Fixed spacing
authorumherirrender <umherirrender_de.wp@web.de>
Thu, 20 Mar 2014 18:59:20 +0000 (19:59 +0100)
committerSiebrand <siebrand@kitano.nl>
Thu, 20 Mar 2014 20:37:30 +0000 (20:37 +0000)
commit2000672ac379e77adc1ad83747844401bfc7c51d
treee9703ceaf78fba32287bfb82f103e07d18fc7695
parenteed31dbcd9f5ba292ba411094d6fbf86844ad726
Fixed spacing

- Added spaces after if/foreach/catch
- Added new line before end of file
- Added or removed spaces before/after parenthesis, comma
- Added spaces around string concat

Change-Id: I0590070f1b3542108e242730e8d9a3ba9831e94f
47 files changed:
includes/MediaWikiVersionFetcher.php
includes/QueryPage.php
includes/Setup.php
includes/TimestampException.php
includes/TitleArrayFromResult.php
includes/User.php
includes/UserArray.php
includes/composer/ComposerVersionNormalizer.php
includes/db/DatabaseMssql.php
includes/db/DatabaseMysqli.php
includes/diff/DairikiDiff.php
includes/filebackend/SwiftFileBackend.php
includes/installer/MssqlInstaller.php
includes/objectcache/MemcachedClient.php
includes/parser/CoreParserFunctions.php
includes/profiler/ProfilerMwprof.php
includes/resourceloader/ResourceLoaderStartUpModule.php
includes/specials/SpecialChangePassword.php
includes/specials/SpecialUserrights.php
includes/specials/SpecialVersion.php
includes/specials/SpecialWatchlist.php
includes/upload/UploadBase.php
languages/classes/LanguageUz.php
languages/utils/CLDRPluralRuleEvaluator.php
maintenance/generateJsonI18n.php
skins/CologneBlue.php
skins/Vector.php
tests/parser/parserTest.inc
tests/phpunit/MediaWikiTestCase.php
tests/phpunit/includes/MWTimestampTest.php
tests/phpunit/includes/MediaWikiVersionFetcherTest.php
tests/phpunit/includes/MessageTest.php
tests/phpunit/includes/StatusTest.php
tests/phpunit/includes/TitleArrayFromResultTest.php
tests/phpunit/includes/UserArrayFromResultTest.php
tests/phpunit/includes/composer/ComposerVersionNormalizerTest.php
tests/phpunit/includes/diff/ArrayDiffFormatterTest.php
tests/phpunit/includes/diff/DiffOpTest.php
tests/phpunit/includes/exception/BadTitleErrorTest.php
tests/phpunit/includes/exception/ErrorPageErrorTest.php
tests/phpunit/includes/exception/MWExceptionTest.php
tests/phpunit/includes/exception/ReadOnlyErrorTest.php
tests/phpunit/includes/exception/ThrottledErrorTest.php
tests/phpunit/includes/site/SiteListTest.php
tests/phpunit/languages/LanguageRuTest.php
tests/phpunit/languages/SpecialPageAliasTest.php
tests/testHelpers.inc